home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Tutorial / ARexx Tutorial / TuteRexx / Command2.dopus5 < prev    next >
Text File  |  1998-09-10  |  141b  |  7 lines

  1. /* Command2.dopus5 */
  2. options results
  3. address 'DOPUS.1'
  4. parse arg information
  5. if information ~= '' then command strip(information,,'"')
  6. exit
  7.